home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / equiptype.ctl < prev    next >
Text File  |  2000-05-12  |  959b  |  34 lines

  1. -- RCSVER $Id: equiptype.ctl,v 1.4 1999-09-20 14:30:08-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        equiptype.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the equiptype table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE equiptype
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     equip_type,
  18.     is_optional,
  19.     descr,
  20.     beg_glid,
  21.     end_glid
  22. )
  23. begindata
  24. 100|0|Farebox|1000000|1009999|
  25. 110|0|Cashbox|1100000|1109999|
  26. 120|1|Wayfarer ticket unit|1200000|1209999|
  27. 130|0|Money receptacle|1300000|1309999|
  28. 160|0|Bus|1600000|1609999|
  29. 165|0|Garage|1650000|1659999|
  30. 170|0|Moneyroom|1700000|1709999|
  31. 175|0|Truck|1750000|1759999|
  32. 180|0|Computer|1800000|1809999|
  33. 185|0|Convert process|1850000|1859999|
  34.